Security
Windows httpd allows you to control who can access different document
trees on your server. It also allows you to define which server
functions are carried out in different document trees.
Note that the following methods of access limitation can work
independently, or be combined.
- Host Filtering
Host filtering is used to limit document trees to certain
machines, most likely local machines or those directly involved in
a project.
- User Authentication
If your clients are using a browser that supports "basic" user
authentication (most browsers do) you
can have browsers authenticate themselves with a user name and a
password before they are able to access protected documents.
User authentication is done with a private "password" file that is independent
of any other authorization system. It is not necessary for
Web clients to be listed in NOS directories or password files.
Return to the features list.
Robert B. Denny <rdenny@netcom.com>